home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / f90 / kind.z / kind
Encoding:
Text File  |  2002-10-03  |  1.2 KB  |  38 lines

  1. KIND(3I)                                              Last changed: 4-13-99
  2.  
  3.  
  4. NNAAMMEE
  5.      KKIINNDD - Returns the value of the kind type parameter of _x
  6.  
  7. SSYYNNOOPPSSIISS
  8.      KKIINNDD (([XX==]_x))
  9.  
  10. IIMMPPLLEEMMEENNTTAATTIIOONN
  11.      UNICOS, UNICOS/mk, IRIX systems
  12.  
  13.      CF90, MIPSpro 7 Fortran 90
  14.  
  15. SSTTAANNDDAARRDDSS
  16.      Fortran
  17.  
  18. DDEESSCCRRIIPPTTIIOONN
  19.      The KKIINNDD intrinsic function returns the value of the kind type
  20.      parameter of _x.  It maps variable space into kind values, and it
  21.      accepts the following argument:
  22.  
  23.      _x         May be of any intrinsic type
  24.  
  25.      KKIINNDD is an inquiry function.  The name of this intrinsic cannot be
  26.      passed as an argument.
  27.  
  28. RREETTUURRNN VVAALLUUEESS
  29.      The result is a default integer scalar value and has a value equal to
  30.      the kind type parameter value of _x.
  31.  
  32. EEXXAAMMPPLLEESS
  33.      KKIINNDD((00..00)) has the kind type parameter value of default real.
  34.  
  35. SSEEEE AALLSSOO
  36.      _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
  37.      man page.
  38.